C# Class heavykick.SecondActivity

Inheritance: Android.App.Activity
Afficher le fichier Open project: heavykick/MilkVRLauncher

Méthodes publiques

Свойство Type Description
AudioOptions Android.Widget.RadioGroup
LinkPreview Android.Widget.AutoCompleteTextView
MilkVROptions Android.Widget.RadioGroup
button1 Button
lblUrl Android.Widget.TextView

Méthodes protégées

Méthode Description
CheckForEmby ( string aUrl ) : string
CreateMVRL ( string aFileName, string aUrl, string aFormat, string aAudioFormat ) : void
ExecUri ( string aURI ) : void
InitRadioButtons ( string aLaunchExtensions, string aUrl, string aResourceID, Android.Widget.RadioGroup aRadioGroup ) : void
OnCreate ( Bundle bundle ) : void
StartMilkVR ( ) : void
convertMilkVRSideloadURL ( string aURL, string aFormat, string aAudioformat ) : string
copyToClipboard ( string aText ) : void
getSelectedElement ( Android.Widget.RadioGroup aRadioGroup ) : int

Method Details

CheckForEmby() protected méthode

protected CheckForEmby ( string aUrl ) : string
aUrl string
Résultat string

CreateMVRL() protected méthode

protected CreateMVRL ( string aFileName, string aUrl, string aFormat, string aAudioFormat ) : void
aFileName string
aUrl string
aFormat string
aAudioFormat string
Résultat void

ExecUri() protected méthode

protected ExecUri ( string aURI ) : void
aURI string
Résultat void

InitRadioButtons() protected méthode

protected InitRadioButtons ( string aLaunchExtensions, string aUrl, string aResourceID, Android.Widget.RadioGroup aRadioGroup ) : void
aLaunchExtensions string
aUrl string
aResourceID string
aRadioGroup Android.Widget.RadioGroup
Résultat void

OnCreate() protected méthode

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
Résultat void

StartMilkVR() protected méthode

protected StartMilkVR ( ) : void
Résultat void

convertMilkVRSideloadURL() protected méthode

protected convertMilkVRSideloadURL ( string aURL, string aFormat, string aAudioformat ) : string
aURL string
aFormat string
aAudioformat string
Résultat string

copyToClipboard() protected méthode

protected copyToClipboard ( string aText ) : void
aText string
Résultat void

getSelectedElement() protected méthode

protected getSelectedElement ( Android.Widget.RadioGroup aRadioGroup ) : int
aRadioGroup Android.Widget.RadioGroup
Résultat int

Property Details

AudioOptions public_oe property

public RadioGroup,Android.Widget AudioOptions
Résultat Android.Widget.RadioGroup

LinkPreview public_oe property

public AutoCompleteTextView,Android.Widget LinkPreview
Résultat Android.Widget.AutoCompleteTextView

MilkVROptions public_oe property

public RadioGroup,Android.Widget MilkVROptions
Résultat Android.Widget.RadioGroup

button1 public_oe property

public Button button1
Résultat Button

lblUrl public_oe property

public TextView,Android.Widget lblUrl
Résultat Android.Widget.TextView