RCCallPushConfig.create constructor
RCCallPushConfig.create({
- String? templateId,
- String? title,
- String? content,
- String? data,
- bool disableTitle = false,
- bool forceShowDetailContent = false,
- RCCallIOSPushConfig? iOSConfig,
- RCCallAndroidPushConfig? androidConfig,
Implementation
RCCallPushConfig.create({
this.templateId,
this.title,
this.content,
this.data,
this.disableTitle = false,
this.forceShowDetailContent = false,
this.iOSConfig,
this.androidConfig,
});