react-native-get-mms-android

0.0.13 • Public • Published

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)

Package Sidebar

Install

npm i react-native-get-mms-android

Weekly Downloads

2

Version

0.0.13

License

MIT

Unpacked Size

37.7 kB

Total Files

22

Last publish

Collaborators

  • offaxis