PlatformSpecificUri.Builder

public final class PlatformSpecificUri.Builder


Builder class for PlatformSpecificUri

Summary

Public constructors

Public methods

PlatformSpecificUri
PlatformSpecificUri.Builder

Sets the action uri for the intent

PlatformSpecificUri.Builder

Sets the platform type for the intent

Public constructors

Builder

public Builder()

Public methods

build

public PlatformSpecificUri build()

setActionUri

@CanIgnoreReturnValue
public PlatformSpecificUri.Builder setActionUri(Uri actionUri)

Sets the action uri for the intent

Required.

setPlatformType

@CanIgnoreReturnValue
public PlatformSpecificUri.Builder setPlatformType(@PlatformType int platformType)

Sets the platform type for the intent

Required.