Show / Hide Table of Contents

    Class InitOptions

    Inheritance
    System.Object
    InitOptions
    Namespace: Tizen.Wearable.CircularUI.Forms
    Assembly: Tizen.Wearable.CircularUI.Forms.Renderer.dll
    Syntax
    public class InitOptions : object

    Constructors

    InitOptions(CoreApplication)

    Declaration
    public InitOptions(CoreApplication application)
    Parameters
    Type Name Description
    CoreApplication application

    InitOptions(CoreApplication, String)

    Declaration
    public InitOptions(CoreApplication application, string googleMapsAPIKey)
    Parameters
    Type Name Description
    CoreApplication application
    System.String googleMapsAPIKey

    Properties

    Context

    Declaration
    public CoreApplication Context { get; set; }
    Property Value
    Type Description
    CoreApplication

    GoogleMapsAPIKey

    Declaration
    public string GoogleMapsAPIKey { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Copyright © 2018-2019 Samsung
    Generated by DocFX