Struct google_firebasedynamiclinks1::IosInfo[][src]

pub struct IosInfo {
    pub ios_custom_scheme: Option<String>,
    pub ios_fallback_link: Option<String>,
    pub ios_bundle_id: Option<String>,
    pub ios_ipad_fallback_link: Option<String>,
    pub ios_ipad_bundle_id: Option<String>,
    pub ios_app_store_id: Option<String>,
}

iOS related attributes to the Dynamic Link..

This type is not used in any activity, and only used as part of another schema.

Fields

Custom (destination) scheme to use for iOS. By default, we’ll use the bundle ID as the custom scheme. Developer can override this behavior using this param.

Link to open on iOS if the app is not installed.

iOS bundle ID of the app.

If specified, this overrides the ios_fallback_link value on iPads.

iPad bundle ID of the app.

iOS App Store ID.

Trait Implementations

impl Default for IosInfo
[src]

Returns the "default value" for a type. Read more

impl Clone for IosInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IosInfo
[src]

Formats the value using the given formatter. Read more

impl Part for IosInfo
[src]

Auto Trait Implementations

impl Send for IosInfo

impl Sync for IosInfo