PlatformSpecificUri.Builder


class PlatformSpecificUri.Builder


Builder class for PlatformSpecificUri

Summary

Public constructors

Public functions

PlatformSpecificUri!
PlatformSpecificUri.Builder!

Sets the action uri for the intent

PlatformSpecificUri.Builder!

Sets the platform type for the intent

Public constructors

Builder

Builder()

Public functions

build

fun build(): PlatformSpecificUri!

setActionUri

@CanIgnoreReturnValue
fun setActionUri(actionUri: Uri!): PlatformSpecificUri.Builder!

Sets the action uri for the intent

Required.

setPlatformType

@CanIgnoreReturnValue
fun setPlatformType(@PlatformType platformType: Int): PlatformSpecificUri.Builder!

Sets the platform type for the intent

Required.