A Log In/Log Out button that maintains login state and logs in/out for the app.
This control requires the app ID and client token to be specified in the AndroidManifest.xml.
拡張: | LoginButton |
パッケージ: | widget |
DeviceLoginButton(Context, AttributeSet, int)
Create the LoginButton by inflating from XML
public DeviceLoginButton(Context context, AttributeSet attrs, int defStyle)
パラメーター | 説明 |
---|---|
context | |
attrs | |
defStyle |
DeviceLoginButton(Context, AttributeSet)
Create the LoginButton by inflating from XML
public DeviceLoginButton(Context context, AttributeSet attrs)
パラメーター | 説明 |
---|---|
context | |
attrs |
DeviceLoginButton(Context)
Create the LoginButton by inflating from XML and applying a style.
public DeviceLoginButton(Context context)
パラメーター | 説明 |
---|---|
context |
setDeviceRedirectUri(Uri)
Set uri to redirect the user to after they complete the device login flow on the external device.
The Uri must be configured in your App Settings -> Advanced -> OAuth Redirect URIs.
public void setDeviceRedirectUri(Uri uri)
パラメーター | 説明 |
---|---|
uri | The URI to set. |
getDeviceRedirectUri()
Get the previously set uri that will be used to redirect the user to after they complete the device login flow on the external device.
The Uri must be configured in your App Settings -> Advanced -> OAuth Redirect URIs.
public Uri getDeviceRedirectUri()