ThreadNetworkClientOptions.Builder

public static interface ThreadNetworkClientOptions.Builder

Public Method Summary

abstract ThreadNetworkClientOptions
build()
Creates a new instance of the ThreadNetworkClientOptions.
abstract ThreadNetworkClientOptions.Builder
setConsentDialogIntent(IntentSender consentDialogIntent)
Sets the RemoteViews for customizing the credentials sharing consent dialog.
abstract ThreadNetworkClientOptions.Builder
setConsentDialogStyle(int consentDialogStyle)
Sets the style for the credentials sharing consent dialog.

Public Methods

public abstract ThreadNetworkClientOptions build ()

Creates a new instance of the ThreadNetworkClientOptions.

public abstract ThreadNetworkClientOptions.Builder setConsentDialogIntent (IntentSender consentDialogIntent)

Sets the RemoteViews for customizing the credentials sharing consent dialog.

This value is ignored if the dialog style is set to ThreadNetworkClientOptions.CONSENT_DIALOG_STYLE_DEFAULT.

public abstract ThreadNetworkClientOptions.Builder setConsentDialogStyle (int consentDialogStyle)

Sets the style for the credentials sharing consent dialog.

The default value is ThreadNetworkClientOptions.CONSENT_DIALOG_STYLE_DEFAULT if this method is not called.