Skip to content

offaxis/react-native-get-mms-android

Repository files navigation

react-native-get-mms-android

Getting started

$ npm install react-native-get-mms-android --save

Mostly automatic installation

$ react-native link react-native-get-mms-android

Usage

    import GetMmsAndroid from 'react-native-get-mms-android';

Methods

countMMS(threadId, callback)

Get the mms count for a thread

getMMS(threadId, errorCallback, successCallback)

Get all mms for a thread

getAllMMS(errorCallback, successCallback)

Get all mms

getMMSWithIdPublic(mmsId, callback)

Get mms data for a mms

getMMSImagePublic(mmsId, callback)

Get mms image for a mms (base64)

About

Read MMS from android phone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published