flutter_vivo_push_plugin

Last updated:

0 purchases

flutter_vivo_push_plugin Image
flutter_vivo_push_plugin Images
Add to Cart

Description:

flutter vivo push plugin

flutter_vivo_push_plugin #
A new Flutter project.
Getting Started #
SDK版本 484
使用:
/android/app/src/man/AndroidManifest.xml 标签下
<meta-data
android:name="com.vivo.push.app_id"
android:value="替换成自己的" />
<meta-data
android:name="push_kit_auto_init_enabled"
android:value="true" />

<meta-data
android:name="com.vivo.push.api_key"
android:value="替换成自己的" />
copied to clipboard
FlutterVivoPushPlugin.initSDK();
FlutterVivoPushPlugin.openPush();
FlutterVivoPushPlugin.registerOPPOToken(
appId: '',
appKey: '',
secret: '');

copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.