TvInteractiveAppService.Session.OnSigningResult(String, Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Receives signing result.
[Android.Runtime.Register("onSigningResult", "(Ljava/lang/String;[B)V", "GetOnSigningResult_Ljava_lang_String_arrayBHandler", ApiSince=33)]
public virtual void OnSigningResult (string signingId, byte[] result);
[<Android.Runtime.Register("onSigningResult", "(Ljava/lang/String;[B)V", "GetOnSigningResult_Ljava_lang_String_arrayBHandler", ApiSince=33)>]
abstract member OnSigningResult : string * byte[] -> unit
override this.OnSigningResult : string * byte[] -> unit
Parameters
- signingId
- String
the ID to identify the request. It's the same as the corresponding ID in
Session#requestSigning(String, String, String, byte[])
- result
- Byte[]
the signed result.
- Attributes
Remarks
Receives signing result.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.