Package com. devbase. service

Defines MobileService that define which service to use

Types

Link copied to clipboard
object MobileService

class that define which Service to use

Link copied to clipboard
class ServiceInitializer : Initializer<MobileService>

Initializer for Service functionalities

Properties

Link copied to clipboard
val MobileService.analytics: DevAnalytics

Analytics Tools, use FirebaseAnalytics if Google Play enabled, use HuaweiAnalytics when it's not

Link copied to clipboard
val MobileService.auth: DevAuthentication

Auth Service for the application, by default use FirebaseAuthentication, use AGConnectAuthentication when enforced

Link copied to clipboard
val MobileService.dynamicLink: DevDynamicLink

Dynamic Link operation

Link copied to clipboard
val MobileService.inAppMessaging: DevInAppMessaging

In-App Messaging service, use FirebaseInAppMessaging if Google Play enabled, use AgConnectInAppMessaging when it's not

Link copied to clipboard
val MobileService.messaging: DevMessaging

Cloud messaging tools, use FirebaseMessaging if Google Play enabled, use HuaweiMessaging when it's not