FirebaseMpnBuilderExt extension
Methods
-
build(
) → String -
Available on FirebaseMpnBuilder, provided by the FirebaseMpnBuilderExt extension
Produces the JSON structure for the push notification format specified by this object. -
getBody(
) → String? -
Available on FirebaseMpnBuilder, provided by the FirebaseMpnBuilderExt extension
Gets the value ofwebpush.notification.bodyfield. -
getData(
) → Map< String, String> ? -
Available on FirebaseMpnBuilder, provided by the FirebaseMpnBuilderExt extension
Gets sub-fields of thewebpush.datafield. -
getHeaders(
) → Map< String, String> ? -
Available on FirebaseMpnBuilder, provided by the FirebaseMpnBuilderExt extension
Gets sub-fields of thewebpush.headersfield. -
getIcon(
) → String? -
Available on FirebaseMpnBuilder, provided by the FirebaseMpnBuilderExt extension
Gets the value ofwebpush.notification.iconfield. -
getTitle(
) → String? -
Available on FirebaseMpnBuilder, provided by the FirebaseMpnBuilderExt extension
Gets the value ofwebpush.notification.titlefield. -
setBody(
String? body) → FirebaseMpnBuilder -
Available on FirebaseMpnBuilder, provided by the FirebaseMpnBuilderExt extension
Sets thewebpush.notification.bodyfield. -
setData(
Map< String, String> ? data) → FirebaseMpnBuilder -
Available on FirebaseMpnBuilder, provided by the FirebaseMpnBuilderExt extension
Sets sub-fields of thewebpush.datafield. -
setHeaders(
Map< String, String> ? headers) → FirebaseMpnBuilder -
Available on FirebaseMpnBuilder, provided by the FirebaseMpnBuilderExt extension
Sets sub-fields of thewebpush.headersfield. -
setIcon(
String? icon) → FirebaseMpnBuilder -
Available on FirebaseMpnBuilder, provided by the FirebaseMpnBuilderExt extension
Sets thewebpush.notification.iconfield. -
setTitle(
String? title) → FirebaseMpnBuilder -
Available on FirebaseMpnBuilder, provided by the FirebaseMpnBuilderExt extension
Sets thewebpush.notification.titlefield.