Show / Hide Table of Contents

Class ISN_Preloader

Class allows to show preloaders and lock application screen

Inheritance
System.Object
ISN_Preloader
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.iOS.UIKit
Assembly: cs.temp.dll.dll
Syntax
public static class ISN_Preloader

Methods

LockScreen()

Locks the screen and displays a preloader spinner

Declaration
public static void LockScreen()

UnlockScreen()

Unlocks the screen and hide a preloader spinner In case there is no preloader displayed, method does nothing

Declaration
public static void UnlockScreen()
In This Article
Back to top Generated by DocFX