TvInteractiveAppService.OnCreateSession(String, Int32) 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.
[Android.Runtime.Register("onCreateSession", "(Ljava/lang/String;I)Landroid/media/tv/interactive/TvInteractiveAppService$Session;", "GetOnCreateSession_Ljava_lang_String_IHandler", ApiSince=33)]
public abstract Android.Media.TV.Interactive.TvInteractiveAppService.Session? OnCreateSession (string iAppServiceId, int type);
[<Android.Runtime.Register("onCreateSession", "(Ljava/lang/String;I)Landroid/media/tv/interactive/TvInteractiveAppService$Session;", "GetOnCreateSession_Ljava_lang_String_IHandler", ApiSince=33)>]
abstract member OnCreateSession : string * int -> Android.Media.TV.Interactive.TvInteractiveAppService.Session
Parameters
- iAppServiceId
- String
- type
- Int32
Returns
- Attributes