Builder
Constructors
Functions
Link copied to clipboard
Builds the BandyerSDKConfiguration
Link copied to clipboard
Add optional http stack to be used by BandyerSDK
Link copied to clipboard
Add optional BandyerSDK logger
Link copied to clipboard
fun notificationListeners(builder: BandyerSDKNotificationListenersBuilder): BandyerSDKConfiguration.Builder
Content copied to clipboard
Customize notification listeners
Since Kotlin 999.9
fun notificationListeners(lambda: BandyerSDKNotificationListeners.Builder.() -> Unit): BandyerSDKConfiguration.Builder
Content copied to clipboard
Customize notification listeners
Link copied to clipboard
fun options(builder: BandyerSDKOptionsBuilder): BandyerSDKConfiguration.Builder
Content copied to clipboard
Additional options builder
Since Kotlin 999.9
fun options(lambda: BandyerSDKOptions.Builder.() -> Unit): BandyerSDKConfiguration.Builder
Content copied to clipboard
Additional options builder
Link copied to clipboard
fun tools(builder: BandyerSDKToolsConfigurationBuilder): BandyerSDKConfiguration.Builder
Content copied to clipboard
Specifies BandyerSDK tools
Since Kotlin 999.9
fun tools(lambda: BandyerSDKToolsConfiguration.Builder.() -> Unit): BandyerSDKConfiguration.Builder
Content copied to clipboard
Specifies BandyerSDK tools